{% extends "layout.html" %} {% block title %}API endpoints{% endblock %} {% block content %}
Route | Status | Description | {% for route, doc in doc_routes %}||
---|---|---|---|---|
{{ route }} | {{ ', '.join(doc['tags']) }} | {% else %}{{ route }} | opened | {% endif %}{{ doc['docstring'] | safe_docstring_display | safe }} |